home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: World of Utilities / PC-SIG's World of Utilities (PC-SIG) (1994).iso / UTI / DISK0874.ZIP / MANUAL3 < prev    next >
Text File  |  1987-08-26  |  5KB  |  104 lines

  1. NOTE:  ZZAP REQUIRES ANSI.SYS BE INCLUDED AS A DEVICE IN YOUR CONFIG.SYS
  2.        FILE!  CONSULT YOUR MS-DOS MANUAL IF THIS IS NOT ALREADY DONE!
  3.  
  4. This file describes the operation of ZZAP3.EXE - version 3 of ZZAP.
  5.  
  6. Version 3.0 was the marked the conversion of ZZAP from the Zenith series 100
  7. systems to the IBM-PC.  The ZZAP3.EXE program is fully functional and not a
  8. demo.  All references to ZZAP in the following refer to version 3.
  9.  
  10. GENERAL DESCRIPTION
  11.  
  12. ZZAP is a disk editor (absolute/file).  Any sector on the disk is available for
  13. ZZAP to read, modify (within the buffer) and write, as well as any file by 
  14. filename upon the disk.  A 4096 byte buffer is used to hold the information
  15. read from the disk and/or create/modify data to be written to the disk. 
  16. Editing is done on a byte-by-byte basis entering the data in any of four input
  17. types specified (HEX, DECIMAL, OCTAL or ASCII).  A window is provided on the 
  18. left half of the home screen to view portions of the buffer while displayed in
  19. all four input types.  Provisions are made to "page" through the buffer by
  20. displaying 256 bytes at a time in the given input type.  While the page option
  21. is used, the printer may be activated to make a hard copy of a given page.
  22.  
  23. STARTING ZZAP
  24.  
  25. ZZAP is executed from the drive prompt of MS-DOS.  After ZZAP is loaded the
  26. screen will clear and the home screen will appear.  On the left half of the
  27. screen toward the top are the four data representation titles followed by the
  28. word "byte".  This is the "window" to the buffer.  On the right half of the
  29. screen is the list of ZZAP commands under "Command Menu".  To the bottom right
  30. half is displayed the current input type and the version of ZZAP.  Most all
  31. prompts will be displayed on the very bottom of the screen.
  32.  
  33. ASCII REPRESENTATIONS
  34.  
  35. Most programs that convert a byte to the ASCII code only do a partial
  36. conversion (just the printable charactors).  ZZAP will decode all 128 ASCII
  37. codes.  The representations are:
  38.  
  39.     ALL PRINTABLE CHARACTORS (EXCEPT THE SPACE) ARE PRINTED AS IS
  40.  
  41.     ALL CONTROL CHARACTORS ARE PREFIXED BY A CARET (I.E., CONTROL-E IS ^E)
  42.  
  43.     THE DEL CHARACTOR IS del
  44.  
  45.     THE ESCAPE CHARACTOR IS esc
  46.  
  47.     THE SPACE KEY IS ' '
  48.  
  49.     ANY VALUE BEYOND 128 IS ...
  50.  
  51.  
  52. THE COMMAND MENU
  53.  
  54. Any command that has the first letter enclosed in angle brackets require that
  55. command to be entered in uppercase!
  56.  
  57. <A>dvance - Used to move the top of the buffer to a given byte.  The range of
  58.           this value is 0 - 4095.
  59.  
  60. <B>uffer - Allows you to move data about within the buffer.  You will be given 
  61.          the option of <C>opy, <E>xchange, <F>ill.  Each of these commands
  62.        are self prompting for the information required.  Note that the <F>
  63.        option will fill the specified range with the value that is the 
  64.            current input type.  Be sure the current input type is set to what
  65.        you want before selecting the fill option.
  66.  
  67. <E>dit - Allows you to edit the buffer.  The values that are input will be of
  68.        the current input type.  You will be prompted for the byte to edit.
  69.        That byte will be moved to the top of the display and the edit bar
  70.        will appear.  When you are done, just enter an upper or lower case
  71.        N (or n) when the programs prompts: "Change this byte?".
  72.  
  73. <F>ile access - Will toggle the file access switch off and on.  The state of
  74.             this switch is displayed near the bottom of the "Command Menu"
  75.         list.  When it says OFF, access to the disk will be by sector.
  76.         When it says ON, access to the disk will be by file.
  77.  
  78. <I>nput type - Select the uppercase letter for the current input type.
  79.  
  80. <P>age - You can select from 1 to 16 pages to be displayed before returning to
  81.      the home screen.  Each page will display 256 bytes.  After selecting 
  82.      the number of pages, you will see some other options on the bottom 
  83.      line of the "page" screen that you may select.
  84.  
  85. <R>ead - Will read from the disk.  If the file access switch is OFF, you will
  86.      be prompted for a drive and sector number else a request for the 
  87.      name of the file will be made.  All transfers into the buffer begin
  88.      at byte 0 of the buffer.  If you change your mind at the last minute,
  89.      depress the "ESC" key.
  90.  
  91. <S>can - This command has no other prompts - it will perform a slow, readable
  92.      scan of the buffer across the "window".  Depress any key to stop.
  93.  
  94. <W>rite - Will write from the buffer to the disk.  If the file access switch is
  95.       OFF, you will be prompted for the drive and sector else a request for
  96.       the file name will be made.  BE SURE OF WHAT AND WHERE YOU ARE
  97.       WRITING!!!  Before the write is done, you will be prompted to enter
  98.       an uppercase W.  Any other key will abort the write operation.
  99.  
  100. <Z>zap exit - Terminates the ZZAP session.
  101.  
  102.  
  103.  
  104.